DataCollection | ComponentOne
C1.DataCollection.SignalR.Client Assembly / C1.DataCollection.SignalR.Client Namespace / C1ProxyDataCollection<T> Class / CanFilter Method
The filter expression that determine how the data would be filtered.

In This Topic
    CanFilter Method (C1ProxyDataCollection<T>)
    In This Topic
    Returns whether the collection is able to filter the specified filterExpression.
    Syntax
    'Declaration
     
    Public Overrides Function CanFilter( _
       ByVal filterExpression As FilterExpression _
    ) As Boolean
    public override bool CanFilter( 
       FilterExpression filterExpression
    )

    Parameters

    filterExpression
    The filter expression that determine how the data would be filtered.
    See Also